name parameter meaning in Chinese
名字参数
Examples
- The use of a call by name parameter implies a textual substitution of the formal parameter name by the actual parameter .
使用名字调用时,包含有用参数对形式参数进行原文替换的意思。 - In this case , named parameters must be used
在这种情况下,必须使用命名的参数。 - Here is the same statement with named parameters
以下是带有命名参数的相同语句: - Named parameters might look like the following
命名参数的查询可能如下所示: - The above sql statement uses named parameters , whereas
上面的sql语句使用命名参数,而